KeyVerificationAdminOrBuilder

interface KeyVerificationAdminOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
.meshtastic.KeyVerificationAdmin.MessageType message_type = 1;
Link copied to clipboard
abstract fun getMessageTypeValue(): Int
.meshtastic.KeyVerificationAdmin.MessageType message_type = 1;
Link copied to clipboard
abstract fun getNonce(): Long

The nonce is used to track the connection
uint64 nonce = 3;
Link copied to clipboard
abstract fun getRemoteNodenum(): Int

The nodenum we're requesting
uint32 remote_nodenum = 2;
Link copied to clipboard
abstract fun getSecurityNumber(): Int

The 4 digit code generated by the remote node, and communicated outside the mesh
optional uint32 security_number = 4;
Link copied to clipboard
abstract fun hasSecurityNumber(): Boolean

The 4 digit code generated by the remote node, and communicated outside the mesh
optional uint32 security_number = 4;